home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- cursorOff()
- set LastTick to the ticks
- repeat while the locH of sprite 13 < 350
- set x to 2 * (the ticks - LastTick)
- set LastTick to the ticks
- set the locH of sprite 13 to the locH of sprite 13 + x
- updateStage()
- end repeat
- end
-
- on mouseUp
- go(80)
- end
-